Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
internal class JsWebSocketSession(val coroutineContext: CoroutineContext, val websocket: WebSocket) : DefaultWebSocketSession
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T> Task<CommonFlow<T>>.collectAsyncFlow(stream: (T) -> Unit, error: (ClientException) -> Unit, scope: CoroutineScope = ContextScope.get(DispatchersProvider.Default)): CommonFlow.Job
Link copied to clipboard
fun <T> CommonFlow<T>.collectFlow(stream: (T) -> Unit, error: (ClientException) -> Unit, scope: CoroutineScope = ContextScope.get(DispatchersProvider.Default)): CommonFlow.Job
Another way to consume common flows for JS ,
Link copied to clipboard
internal suspend fun commonFetch(input: String, init: RequestInit, config: JsClientEngineConfig): Response
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun fileRequest(base64: String, name: String, contentType: String, progress: (percentage: Int) -> Unit): FileRequest
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun fileRequestWithProgress(base64: String, name: String, progress: (percentage: Int) -> Unit): FileRequest
Link copied to clipboard
private suspend fun getBodyBytes(content: OutgoingContent, callContext: CoroutineContext): ByteArray?
Link copied to clipboard
Return Singleton CoreClient
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
internal suspend fun HttpRequestData.toRaw(clientConfig: HttpClientConfig<*>, callContext: CoroutineContext): RequestInit